-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix authorization header casing in storageUtils #2902
Fix authorization header casing in storageUtils #2902
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold
Test on a cluster before merging. But lgtm.
/retest |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2902 +/- ##
==========================================
- Coverage 78.64% 78.63% -0.02%
==========================================
Files 1120 1120
Lines 23758 23772 +14
Branches 5979 5984 +5
==========================================
+ Hits 18685 18693 +8
- Misses 5073 5079 +6 see 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For posterity -- this didn't work when we tested it on cluster. I asked Gage to change up the way we are calling for resources and use the passThroughResource
utility instead of the K8s library. It is possible the K8s lib is overriding the Auth token no matter what.
132d771
to
d6bd7d7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bingo, on cluster success!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andrewballantyne The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold tested on cluster |
closes: https://issues.redhat.com/browse/RHOAIENG-8473
Description
changes header key to capital A
How Has This Been Tested?
get image and test on cluster
Test Impact
n/a backend
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main